ImageGear .NET v24.12 - Updated
Remove(TKey) Method




ImageGear24.Windows.Controls Assembly > ImageGear.Core Namespace > ImGearReadOnlyDictionary<TKey,TValue> Class > Remove Method : Remove(TKey) Method
The key of the element to remove.
This method is not supported by the ImGearReadOnlyDictionary.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal key As TKey _
) As Boolean
'Usage
 
Dim instance As ImGearReadOnlyDictionary(Of TKey,TValue)
Dim key As TKey
Dim value As Boolean
 
value = instance.Remove(key)
public bool Remove( 
   TKey key
)
public: bool Remove( 
   TKey* key
) 
public:
bool Remove( 
   TKey^ key
) 

Parameters

key
The key of the element to remove.

Return Value

Boolean value.
See Also

Reference

ImGearReadOnlyDictionary<TKey,TValue> Class
ImGearReadOnlyDictionary<TKey,TValue> Members
Overload List